home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 2
/
AACD 2.iso
/
AACD
/
Programming
/
fpc
/
doc
/
ref
/
img256.gif
< prev
next >
Graphics Interchange Format
|
1998-09-25
|
3KB
|
378x356
|
1-bit (2 colors)
Labels:
black
|
darkness
OCR:
interface Type My Type = implementation end. Program prog: Uses UnitA; {Redeclaration of MyType} Type MyType = Integer ; Var A Mytype; begin end. Real; { Will be Integer } B: UnitA. MyType { Will be real }